home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / siapl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  743 b   |  31 lines

  1. /*************************************************************************
  2. *    "siapl.h"
  3. *-------------------------------------------------------------------------
  4. *    System “Pride”apllication header file
  5. *                                            Copyright (c) 1993, TaroPYON
  6. *************************************************************************/
  7.  
  8. #ifndef    _SIAPL_H
  9. #define    _SIAPL_H
  10.  
  11. #include    <sidefs.h>
  12. #include    <sitypes.h>
  13. #include    <silib.h>
  14. #include    <sictrl.h>
  15. #include    <siscn.h>
  16. #include    <siptn.h>
  17. #include    <sicoltbl.h>
  18. #include    <siwin.h>
  19. #include    <siwl.h>
  20. #include    <sifts.h>
  21. #include    <sikb.h>
  22. #include    <sipd.h>
  23. #include    <siev.h>
  24. #include    <siidl.h>
  25. #include    <sidlg.h>
  26. #include    <sitsl.h>
  27. #include    <egb_mac.h>
  28. #include    <egb_gra.h>
  29.  
  30. #endif
  31.